-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert TZ target name to test spec platform name #11467
Conversation
1. All TZ targets should have name pattern: PLATFORM_[PSA_]S/NS, where: (1) 'PLATFORM' for test spec platform name (2) 'PSA' is optional to distinguish PSA/non-PSA targets, especially when both PSA/non-PSA targets are supported (3) 'S'/'NS' for secure/non-secure targets 2. Secure target may participate in Greentea, so its name is also truncated here.
Is this required - dependency ? to understand the release version for this one |
Yes. #11288 depends on this PR. |
@ccli8, thank you for your changes. |
Adding label 5.14.0-rc2 cc @adbridge |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Description
Originally, only the conversion of PSA non-secure target name to test spec platform name is supported for Greentea. This PR extends it by converting all TZ target names to test spec platform name:
Related PR
Split from #11288
Pull request type
Reviewers
@jamesbeyond